home *** CD-ROM | disk | FTP | other *** search
- activeBreadboard. selectKind ( "TextBoxEngine", FALSE )
- activeBreadboard. unselect ( titleTextBox )
- activeBreadboard. unselect ( descriptionTextBox )
- activeBreadboard. unselect ( descriptionTitleTextBox )
- activeSelection. setBorderType ( 5 )
- activeSelection. setColor ( 0 , 0 , 255 )
- activeBreadboard. select ( NULL, FALSE )
-
- CurrentDemo = macro. owner ( )
- CurrentDemo. setBorderType ( 10 )
- CurrentDemo. setColor ( 255 , 0 , 0 )
-
- CurrentDemo. setName ( "activeDemo" )
- descriptionPath = macro. pathFromMacro ( "DemoDescriptions.txt" )
- descriptionTextBox. setName ( CurrentDemo )
- CurrentDemo. setTextFromFile( descriptionPath , 1 )
- CurrentDemo. setName ( "descriptionTextBox" )
- activeDemo. setName ( CurrentDemo )
-